home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 833 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: engnews1.Eng.Sun.COM!usenet
  2. From: clamage@Eng.sun.com (Steve Clamage)
  3. Newsgroups: comp.std.c++
  4. Subject: Re: Can terminate() return?
  5. Date: 23 Mar 1996 23:31:34 GMT
  6. Organization: Sun Microsystems Inc., Mountain View, CA
  7. Approved: clamage@eng.sun.com (comp.std.c++)
  8. Message-ID: <4j1bpm$5d4@engnews1.Eng.Sun.COM>
  9. References: <4j0hiq$5ai@ugress.uib.no>
  10. NNTP-Posting-Host: taumet.eng.sun.com
  11. X-Nntp-Posting-Host: taumet.eng.sun.com
  12. X-Newsreader: NN version 6.5.0 #21 (NOV)
  13. Content-Length: 520
  14.  
  15. boukanov@sentef1.fi.uib.no (Igor Boukanov) writes:
  16.  
  17. >   Is it supposed that terminate() function will never return? I did not find
  18. >in September DWP any words about this except 18.6.3.1:
  19. >"The implementation's default terminate_handler calls abort()."
  20. >But abort will never return...
  21.  
  22. Function terminate() is described as calling the current terminate-handler.
  23. The description of terminate-handlers says they do not return.
  24.  
  25. See [lib.terminate] and [lib.terminate.handler].
  26. --
  27. Steve Clamage, stephen.clamage@eng.sun.com
  28.  
  29.  
  30. [ comp.std.c++ is moderated.  To submit articles: try just posting with      ]
  31. [ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu         ]
  32. [ FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html    ]
  33. [ Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
  34. [ Comments? mailto:std-c++-request@ncar.ucar.edu                             ]
  35.